home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
gfx
/
fract
/
fu1_61.lha
/
Formulas
/
MandelBurst158.Form
< prev
next >
Wrap
Text File
|
1995-02-05
|
298b
|
35 lines
MandelBurst158
{
{
x1=-2.5
x2= 2.5
y1=-2.0
y2= 2.0
par1.r=1.0
par1.i=0.0
bailout=16.0
}
{
orea=real(pixel)
oima=imag(pixel)
c=pixel
z=pixel
}
{
z=z*z
z=z+c
zrea=real(z)
zima=imag(z)
x=zrea-orea
x=x*x
y=zima-oima
y=y*y
w=x+y
}
{
w>bailout
}
{
}
}